home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
cancelbt
/
candem.txt
next >
Wrap
Text File
|
1994-01-27
|
540b
|
11 lines
Title : Provide Cancel Button for Long Process
Keywords: CANCEL DOEVENTS MODELESS SETWINDOWWORD SETPARENT FLOATING
TOOLBAR
This self-extracting archive contains a VB project that demonstrates how to
provide the user with a CANCEL option on a long running process. The
modeless cancel dialog uses the SetWindowWord API to create a child form
that remains above the parent but is automatically minimized if the parent
is. This is also probably the best technique for creating floating toolbar
forms.